*{
    margin:0;
    padding:0;
}
a{
    text-decoration:none;
    color:inherit
}
.department-xn{
    position:fixed;
    right:0;
    bottom:194px;
    z-index:999;
    color:#fff;

}
.department-xn>.department-xn-hide{
    width:200px;
    height:203px;
    position: relative;
    overflow: hidden;
    display: block;
}
.department-xn>.department-xn-hide>.department-xn-hide-tip{
    width:155px;
    position:absolute;
    top:20px;
    right:22px;
}
.department-xn>.department-xn-hide>.department-xn-hide-tx{
    width:103px;
    position: absolute;
    right:-20px;
    bottom:0;
    /* top:135px; */
  
}
.department-xn>.department-xn-show{
    width:260px;
    height:440px;
    position:relative;
    display: none;
    /* border:1px solid red; */
}
.department-xn>.department-xn-show>.department-xn-show-tx2{
    height:120px;
    position: absolute;
    right:20px;
    top:165px;
}
.department-xn>.department-xn-show>a{
    position: absolute;
    text-align: center;
    /* border:1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.department-xn>.department-xn-show>a>img{
    width:55px;
    margin:0;
    display: block;
}
.department-xn>.department-xn-show>a>p{
    font-size:18px;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif;
    color: #4f89c8;
    /* box-sizing: border-box; */
  
    margin:0;
    margin-top:5px;
}
.department-xn>.department-xn-show>a>.cur{
    display: none;
}
.department-xn>.department-xn-show>.xn-aLabel1{
    top:0;
    right:22px;
}
.department-xn>.department-xn-show>.xn-aLabel2{
    top:48px;
    right:115px;
}
.department-xn>.department-xn-show>.xn-aLabel3{
    top:136px;
    left:0
}
.department-xn>.department-xn-show>.xn-aLabel4{
    top:240px;
    left:0;
}
.department-xn>.department-xn-show>.xn-aLabel5{
    bottom:32px;
    right:115px;
}
.department-xn>.department-xn-show>.xn-aLabel6{
    bottom:0;
    right:22px;
}
